home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / daemons / portmap / RCS / local.mk,v < prev   
Encoding:
Text File  |  1990-08-15  |  581 b   |  37 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    root:1.1; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     90.08.15.10.59.19;  author root;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @modifications for making portmap
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @#
  27. # This file is included by Makefile.  Makefile is generated automatically
  28. # by mkmf, and this file provides additional local personalization.  The
  29. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  30. # that must be included to set up various compilation stuff.
  31. #
  32.  
  33. LIBS        += -lsunrpc
  34.  
  35. #include    <$(SYSMAKEFILE)>
  36. @
  37.